projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ab9102
)
Autoload named-let
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 11 Jul 2022 10:18:04 +0000
(12:18 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 11 Jul 2022 10:18:04 +0000
(12:18 +0200)
* lisp/emacs-lisp/subr-x.el (named-let): Autoload `named-let' for
easier use (bug#56473).
lisp/emacs-lisp/subr-x.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/subr-x.el
b/lisp/emacs-lisp/subr-x.el
index 5159e8784a597356548c39b14f7160217e87172b..5037ae47e83d69a71553a697baed173710a9bc9a 100644
(file)
--- a/
lisp/emacs-lisp/subr-x.el
+++ b/
lisp/emacs-lisp/subr-x.el
@@
-290,6
+290,7
@@
it makes no sense to convert it to a string using
(set-buffer source-buffer)
(replace-buffer-contents tmp-buffer max-secs max-costs)))))))))
+;;;###autoload
(defmacro named-let (name bindings &rest body)
"Looping construct taken from Scheme.
Like `let', bind variables in BINDINGS and then evaluate BODY,